home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000022_news@newsmaster….columbia.edu _Tue Dec 23 12:24:51 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA13539
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 23 Dec 1997 12:24:50 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA25508
  7.     for kermit.misc@watsun; Tue, 23 Dec 1997 12:24:49 -0500 (EST)
  8. Path: news.columbia.edu!psinntp!news.idt.net!dispose.news.demon.net!demon!insnet.net!backpost.satin.net!news.IT.net!indyweb.finmeccanica.it!sommariva@ansaldo.it
  9. From: consulenti <consu@gess12.atr.ansaldo.it>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Kermit 5A and Kermit for RSX11M 2.25
  12. Date: Tue, 23 Dec 1997 12:10:44 +0100
  13. Organization: Finmeccanica
  14. Message-ID: <349F9C34.41C6@gess12.atr.ansaldo.it>
  15. NNTP-Posting-Host: stargate.ansaldo.it
  16. Mime-Version: 1.0
  17. Content-Type: text/plain; charset=us-ascii
  18. Content-Transfer-Encoding: 7bit
  19. X-Mailer: Mozilla 3.0 (X11; I; OSF1 V3.2 alpha)
  20. Lines: 91
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:8186
  22.  
  23. Could anybody help me with this problem?
  24.  
  25. I have to transfer files from a PDP11 with RSX11M to a workstation UNIX
  26. (OSF3.2).
  27. On PDP11 I have kermit version 2.25 and on UNIX I have kermit version
  28. 5A.
  29. The two machines are linked by a terminal server.
  30.  
  31. Now I show you the sequence of operations I've done to do the work:
  32.  
  33. SSMI05SC2 /usr/sisct >kermit
  34. C-Kermit 5A(190), 4 Oct 94, for DEC OSF/1 AXP
  35.  Copyright (C) 1985, 1994,
  36.   Trustees of Columbia University in the City of New York.
  37. Type ? or HELP for help.
  38. C-Kermit>set ho 172.17.36.210:2600
  39.  Trying 172.17.36.210...
  40. C-Kermit>c
  41. Connecting to host 172.17.36.210:2600.
  42. The escape character is Ctrl-\ (ASCII 28, FS)
  43. Type the escape character followed by C to get back,
  44. or followed by ? to see other options.
  45.  
  46. >chd 40 1
  47. >dir skx*.*
  48.  
  49. Directory WI0:[40,1]
  50. 23-DEC-97 11:50
  51.  
  52. SKXSOH.CSI;2        4.         07-OCT-94 15:57
  53. SKXSOH.MAC;59       55.        19-JUN-97 15:26
  54. SKXSOH.CNF;21       5.         19-JUN-97 15:26
  55. SKXSOH.SIC;1        50.        29-MAY-96 09:12
  56. SKXSOH.JOU;1        1.         13-MAY-96 15:47
  57. SKXSOH.CMD;23       4.         29-MAY-96 16:28
  58. SKXSOH.LTA;59       17.        19-JUN-97 15:27
  59. SKXSOH.LST;69       117.       19-JUN-97 15:28
  60.  
  61. Total of 253./257. blocks in 8. files
  62.  
  63. >ker
  64. Kermit-11 T2.25
  65. Kermit-11>server
  66. Kermit Server running on PDP-11 host. Please type your escape sequence
  67. to return  to your local machine.  Shut down the server by  typing the
  68. Kermit BYE command on your local machine.
  69.                                                                            
  70.  (Back at ssmi05sc2)
  71. C-Kermit>set file type text
  72. C-Kermit>get
  73.  Remote file specification: wi0:[40,1]skxsoh.mac
  74.  Local name to store it under: ./skxsoh.mac
  75. IRSF
  76. X to cancel file,  CR to resend current packet
  77. Z to cancel group, A for status report
  78. E to send Error packet, Ctrl-C to quit immediately:
  79. AA
  80. Refused: type
  81. A
  82. Refused: name
  83. A
  84. Refused: name
  85.  
  86. Receiving: SKXSOH.MAC => ./skxsoh.mac
  87. Size: 28672, Type: text, transparent
  88. ZB
  89. C-Kermit>  
  90.  
  91. I'd like to know if I did any mistake or if the two versions are not
  92. compatible.
  93.  
  94.     Best Regards 
  95.     Merry Xmas
  96.     Happy New Year 
  97.  
  98. roberto